Location Contexts REST Endpoints
    
        Questions/Location Contexts
    
The locationContexts resource is a child of the questions resource. It provides the recruiting location that the question applies to. This context is used only by the recruiting subscriber.
- Create a location
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/locationContexts - Delete a location
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/locationContexts/{locationContextsUniqID} - Get a location
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/locationContexts/{locationContextsUniqID} - Get all locations
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/locationContexts