API Reference - GET /codelist/positionscheduletypes

The PositionScheduleTypes endpoint returns a list of PositionScheduleTypes values and the corresponding codes.

Resource

GET /api/codelist/positionscheduletypes

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": "Full-Time", 			
            "LastModified": "2010-07-13T10:13:29.86", 			
            "IsDisabled": "No" 		
        }], 		
        "id": "PositionScheduleType" 	
    }], 	
    "DateGenerated": "2017-09-20T21:20:17.7069502-04:00" 
}  
Name Type Description
Code String PositionScheduleType code
Value String PositionScheduleType value
LastModified Date Date value or code was last modified
IsDisabled String Has the PositionScheduleTypes code been disabled. Values are Yes or No.
DateGenerated Date Date of request