API Reference - GET /codelist/languageproficiency

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

Resource

GET /api/codelist/languageproficiencies

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": "10", 			
            "Value": "Novice", 			
            "LastModified": "2010-07-13T10:13:29.86", 			
            "IsDisabled": "No" 		
        }], 		
        "id": "LanguageProficiency" 	
    }], 	
    "DateGenerated": "2017-09-20T09:24:58.6047077-04:00" 
}  
Name Type Description
Code String Language Proficiency code
Value String Language Proficiency value
LastModified Date Date value or code was last modified
IsDisabled String Has the Language Proficiency code been disabled. Values are Yes or No.
DateGenerated Date Date of request