API Reference - GET /codelist/hiringpaths

The Hiring Path endpoint returns a list of hiring paths and the corresponding codes.

Resource

GET /api/codelist/hiringpaths

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": "DISABILITY",  			
            "Value": "Individuals with disabilities",  			
            "LastModified": "2017-06-30T08:16:59.55",  			
            "IsDisabled": "No"  		
        }],  		
        "id": "HiringPath"  	
    }],  	
    "DateGenerated": "2017-09-20T20:59:37.0983502-04:00" 
}  
Name Type Description
Code String HiringPath code
Value String HiringPath value
LastModified Date Date value or code was last modified
IsDisabled String Has the HiringPath code been disabled. Values are Yes or No.
DateGenerated Date Date of request