Frontu->SystemX (Periodical check + Filters)
For task, in this endpoint, you will get all information about tasks in your system. https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1tasks/get
For workspaces, in this endpoint, you will get all information about workspaces in your system. https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1workspaces/get
For clients, in this endpoint, you will get all information about clients in your system. https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1clients/get
For this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1responsible_persons~1details/get you can use filters such as: guid, systemId, title, email, phone, companyCode, companyVatCode. Write it in the query params and it will filter data regarding these values.
For this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1standartized_materials~1details/get you can use filters such as: guid, systemId, title, serialNumber. Write it in the query params and it will filter data regarding these values.
For this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1standartized_works~1details/get you can use filters such as: guid, systemId, title. Write it in the query params and it will filter data regarding these values.
For this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1tasks~1details/get you can use filters such as: guid, systemId, billStatus, status, receivedByExternalSystem, code, version. Write it in the query params and it will filter data regarding these values.
For this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1taskstopreasons~1details/get you can use filters such as: guid. Write it in the query params and it will filter data regarding these values.
For this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1task_types~1details/get you can use filters such as: guid, systemId, title. Write it in the query params and it will filter data regarding these values.
For this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1workspaces~1details/get you can use filters such as: guid, systemId, title, serialNumber, objectCode. Write it in the query params and it will filter data regarding these values.
receivedByExternalSystem flag that shows if the task is received by the external system and the external system got it.
