WORKBOOK API
The WorkBook API is a standard REST API It can send and receive requests in JSON or JSV (JSON + CSV) formats. Read about REST API
To see the available endpoints, you can visit /api/custommetadata on your site and it includes a search area and a standard verb filter. An example of this would be https://tangram.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 setting, 1061, CORSWebSites to the correct sender address. Otherwise, the server blocks the request. Consult your team or Tangram team if you don’t have access to this area as seen below; you must have administrator access within WorkBook to set this setting.
Navigate to Settings → Global system settings → Variable 1061
Some noteworthy example endpoints:
[TasksRequest]
[TaskRequest] /api/task/{Id}
[JobsRequest] /api/jobs
[JobRequest] /api/job/{Id}
[ResourceRequest] api/resource/{Id}
[ResourcesRequest] /api/resources