API Reference - GET /codelist/agencysubelements

The Agency Subelements endpoint returns a list of agencies and the corresponding organization code.

Resource

GET /api/codelist/agencysubelements

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": "LP00",             
            "Value": "Government Publishing Office",             
            "LastModified": "2015-03-10T00:00:00",             
            "IsDisabled": "No"         
        }],         
        "id": "AgencySubElement"     
    }],     
    "DateGenerated": "2015-04-05T18:55:44.3995692-04:00" 
}  
Name Type Description
Code String Organizational code used for searching by agency
Value String Agency name
LastModified Date Date value or code was last modified
IsDisabled String Has the agency code been disabled. Values are Yes or No.
DateGenerated Date Date of request