Frontu->SystemX (Periodical check + Filters)

2min

For the periodical check you can use these endpoints :

For task, in this endpoint, you will get all information about tasks in your system. https://developers.frontu.com/get-task-list

For workspaces, in this endpoint, you will get all information about workspaces in your system. https://developers.frontu.com/get-workspaces-list

For clients, in this endpoint, you will get all information about clients in your system. https://developers.frontu.com/get-client-list

Filters could be used to receive only new and relative data

For this endpoint: https://developers.frontu.com/get-responsible-person-listyou 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/get-responsibleperson-detail-information 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/get-standartizedwork-detail-information 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/get-task-detail-information 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/get-taskstopreasonyou 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/get-tasktype 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/get-workspace-detail-information 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

receivedByExternalSystem flag that shows if the task is received by the external system and the external system got it.