Contextual Help REST Endpoints

Contextual Help
The contextual help resource is used to view, create, or modify contextual help defined for fields or areas on a page. Contextual help can be defined for static pages as well as for user defined paged created using the Permit Designer by an agency. The contextual help resource defines the association to a particular field or area on a page.
Create a new contextual help entry
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContextHelps
Delete a contextual help entry
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContextHelps/{publicSectorContextHelpsUniqID}
Get a contextual help entry
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContextHelps/{publicSectorContextHelpsUniqID}
Get all contextual help entries
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContextHelps
Update a contextual help entry
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContextHelps/{publicSectorContextHelpsUniqID}