Export

Export Client Flow Process

GET https://biometridon.polygon.pt/api/processes/export/:flow

This endpoint allows you to export client flow process.

Path Parameters

Name
Type
Description

flow

string

ID of the flow to get

Query Parameters

Name
Type
Description

format

string

Available formats: xlsx (default) and csv

Headers

Name
Type
Description

Authorization

string

Authentication user token

// CSV

Process,Status,Created
5f0c4891c2cea13a5c7b0670,in-progress,2020-07-13T11:42:09.578Z
5f0c6cd311cf0913a89386b5,in-progress,2020-07-13T14:16:51.370Z
5f0c6d1711cf0913a89386c3,pending-review,2020-07-13T14:17:59.742Z
5f0cd19011cf0913a89386e5,in-progress,2020-07-13T21:26:40.916Z
5f0cd23611cf0913a89386f1,pending-review,2020-07-13T21:29:26.050Z
5f0cd62a11cf0913a893871e,in-progress,2020-07-13T21:46:18.971Z
5f0cd76511cf0913a8938728,pending-user-review,2020-07-13T21:51:33.056Z
5f0d693011cf0913a8938733,approved,2020-07-14T08:13:36.836Z
5f0d6a3511cf0913a8938738,rejected,2020-07-14T08:17:57.789Z
5f0d6b0011cf0913a893873d,pending-review,2020-07-14T08:21:20.966Z

Last updated

Was this helpful?