Fetch Chores:
Fetch a list of all chore names in the specified application.
API Query: | Chores?$select=Name |
Full URL: | https://<hostname>/tm1/api/<tm1_application>/api/v1/Chores?$select=Name |
API Call Type: | GET |
Fetch Chore Definition:
Fetch a definition of the specified chore.
API Query: | Chores('<chore_name>') |
Full URL: | https://<hostname>/tm1/api/<tm1_application>/api/v1/Chores('<chore_name>') |
API Call Type: | GET |
Delete Chore:
Delete a specified chore.
API Query: | Chores('<chore_name>') |
Full URL: | https://<hostname>/tm1/api/<tm1_application>/api/v1/Chores('<chore_name>') |
API Call Type: | DELETE |