...
To see the available endpoints, open a browser and type in [your WorkBook URL]/api/custommetadata, it includes a search area and a standard verb filter. An example of this would be https://tangramdemo.workbook.net/api/custommetadata and you would replace tangram with your own system name or simply use ours as a reference point.
...
JAVASCRIPT & API
If the API is called using javascript, you must set the system variable setting 1061, CORSWebSites to the correct sender address. Otherwise, the server blocks the request.
...
Navigate to settings module > global system settings > system variables
In the find setting number field > type 1061
...
SOME NOTEWORTHY EXAMPLE ENDPOINTS
[TasksRequest]
[TaskRequest] /api/task/{Id}
[JobsRequest] /api/jobs
[JobRequest] /api/job/{Id}
[ResourceRequest] api/resource/{Id}
[ResourcesRequest] /api/resources
...
ADDITIONAL API INFORMATION
For additional API information refer to the articles below.
...