API Reference - GET /codelist/securityclearances

The SecurityClearances endpoint returns a list of Security Clearances values and the corresponding codes.

Resource

GET /api/codelist/securityclearances

Authorization

No authorization required

Query Parameters

Name Description
lastmodified Only return items modified on or after the date supplied. This is an optional field.

Response

JSON:  
{ 	
    "CodeList": [{ 		
        "ValidValue": [{ 			
            "Code": "1", 			
            "Value": "Confidential", 			
            "LastModified": "2013-10-27T00:38:38.987", 			
            "IsDisabled": "No" 		
        }], 		
        "id": "SecurityClearance" 	
    }], 	
    "DateGenerated": "2018-08-02T14:11:20.9282358-04:00" 
}  
Name Type Description
Code String Security Clearance code
Value String Security Clearance value
LastModified Date Date value or code was last modified
IsDisabled String Has the Security Clearance been disabled. Values are Yes or No.
DateGenerated Date Date of request