Programme endpoints
Base URL: /tenants/{tenantName}/programs
Get programmes
Get a list of programmes from the tenant.
URL: /tenants/{tenantName}/programs
Method: GET
Parameters:
Name | Type | Required | Description |
tenantName | String | Yes | The name of the tenant |
Responses:
Status code | Status Description |
200 | Successful operations |
400 | Invalid input |
401 | Unauthorised |
403 | Permission denied |
404 | Not found |
Response body
{
id: 86,
programName: name,
tags: [ "name" ]
}