Skip to main content

EP. Get Service Data - CSV

Fetch the raw data collected by service at a specified date, in CSV format.

Note: Access to raw data is not available for all service types. Please enquire Nola team if you need to extend list of exportable services.

URI

/api/v1/locations/{LOCATION_ID}/services/{SERVICE_ID}/data/csv?date={DATE}

Request Query Parameters

Request ParameterDescription
LOCATION_IDUUID assigned to a specific location
SERVICE_IDUUID of a target service
DATEValue for a business date, in 'yyyy-MM-dd' format

Response

The content of CSV response

Each service type will have own content, first row of CSV content will provide names for each corresponding column.

Row 1: 
Column 1 : 'EntryTime'
Column 2: 'EntryGate'
Column 3: 'ExitTime'
Column 4: 'ExitGate'
Column 5: 'Duration'
Column 6: 'Similarity'

Row 2+:
Column 1 : Time of visitor entry as RFC3339 date time string
Column 2: UUID of entry gate service
Column 3 : Time of visitor exit as RFC3339 date time string
Column 4: UUID of exit gate service
Column 5 : Total time spent by visitor between entry and exit, in seconds
Column 6 : Estimated rank of similarity between matched entering and exiting visitors, value between 0 and 1, where 0 is the closest match.
Sample Response
EntryTime,EntryGate,ExitTime,ExitGate,Duration,Similarity
2024-11-08 14:46:14,e4163a14-9ec6-4322-981f-07c762f6fc30,2024-11-08 16:20:31,119bafbc-9769-42ea-b0e5-48c83ef17f0e,5657,0.000000
2024-11-08 10:39:02,08c350cb-dfe8-447c-b798-a384aeedbb57,2024-11-08 10:41:46,bb1a4aa4-338d-4ff3-ba37-31999c4196e6,164,0.000000
2024-11-08 11:39:07,08c350cb-dfe8-447c-b798-a384aeedbb57,2024-11-08 12:24:23,a6dea314-7e3c-43a6-9ffd-dc24d7db8a3f,2716,0.000000
2024-11-08 10:39:15,08c350cb-dfe8-447c-b798-a384aeedbb57,2024-11-08 14:16:42,a6dea314-7e3c-43a6-9ffd-dc24d7db8a3f,13047,0.000740
2024-11-08 17:25:21,e4163a14-9ec6-4322-981f-07c762f6fc30,2024-11-08 19:12:15,bb1a4aa4-338d-4ff3-ba37-31999c4196e6,6414,0.000790
2024-11-08 10:46:55,08c350cb-dfe8-447c-b798-a384aeedbb57,2024-11-08 10:54:06,119bafbc-9769-42ea-b0e5-48c83ef17f0e,431,0.000792