Unable to render embedded object: File (Teach_Centre_Navy.png) not found.

Skip to end of banner
Go to start of banner

API Overview

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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 



  • No labels