Bulk Entities Download API (Early Access)
POST
https://app.balkan.id/api/rest/v0/entities/download-url
Entities
BalkanID Entities Download CSV Format
Sample CSV
BRN* | Timestamp* | App* | Integration* | Name* | Entity Type* | Source System* | Source ID* | Source Type* | Metadata Version | Metadata |
---|---|---|---|---|---|---|---|---|---|---|
brn:bid:balkanid:::01HWBCYJA11R3AA48K5V0DVM00:identity:04giq7jlHzhHyZ-cOvAn4Fn2dNc3bjqZrK4ufzx19Q0 | 2024-04-27 06:33:31 +0000 UTC | aws | Aaron Ellis | identity | azure | 63c16f61-d355-420b-87c6-615785ad8053 | user | v1 | {"username":"aaron.ellis@itadminbalkan.onmicrosoft.com","lastPasswordChange":"2023-12-14 04:39:56 +0000 UTC","userCreatedDateTime":"2023-12-14 04:39:56 +0000 UTC","jobTitle":"Media Consultant","department":"Media and Pulic Relations"} | |
brn:bid:balkanid:::01HWBCYJA11R3AA48K5V0DVM00:identity:04giq7jlHzhHyZ-cOvAn4Fn2dNc3bjqZrK4ufzx19Q0 | 2024-04-27 06:33:31 +0000 UTC | aws | Aaron Compton | identity | azure | 63c16f61-d355-420b-87c6-615785ad8053 | user | v1 | {"username":"aaron.compton@adminbalkan.onmicrosoft.com","lastPasswordChange":"2023-12-14 05:01:10 +0000 UTC","userCreatedDateTime":"2023-12-14 05:01:10 +0000 UTC","jobTitle":"Accountant","department":"Finance"} | |
brn:bid:balkanid:::01HWBCYJA11R3AA48K5V0DVM00:identity:04giq7jlHzhHyZ-cOvAn4Fn2dNc3bjqZrK4ufzx19Q0 | 2024-04-27 06:33:31 +0000 UTC | aws | Aabbott Reese | identity | azure | 63c16f61-d355-420b-87c6-615785ad8053 | user | v1 | {"username":"aabbott.reese@balkanit.onmicrosoft.com","lastPasswordChange":"2023-12-14 04:42:12 +0000 UTC","userCreatedDateTime":"2023-12-14 04:42:12 +0000 UTC","jobTitle":"Software Engineer","department":"Engineering"} | |
brn:bid:balkanid:::01HWBCYJA11R3AA48K5V0DVM00:identity:04giq7jlHzhHyZ-cOvAn4Fn2dNc3bjqZrK4ufzx19Q0 | 2024-04-27 06:33:31 +0000 UTC | aws | Aaron Alvarado | identity | azure | 63c16f61-d355-420b-87c6-615785ad8053 | user | v1 | {"username":"aaron.alvarado@itadminbalkan.onmicrosoft.com","lastPasswordChange":"2023-12-14 05:02:01 +0000 UTC","userCreatedDateTime":"2023-12-14 05:02:01 +0000 UTC","jobTitle":"Analyst","department":"Operations"} |
Column Definitions
Column Name | Column Description |
---|---|
BRN | Required - Balkan Resource Name |
Timestamp | Required - Timestamp of the entity |
App | Application the Entity is associated with |
Integration | Required - Integration ID the entity is assoicated with |
Name | Required - Name of the entity |
Entity Type | Required - The type of the entity |
Source System | Required - Source System of the entity |
Source ID | Required - ID of the source system |
Source Type | Required - Type of the source system |
Metadata Version | Version of the metadata, according to the metadata schema |
Metadata | Metadata for the entity |
Download the CSV file via the pre-signed URL
To use the polling URL, first send an HTTP request with the method
HEAD
to the pollingUrl
.If the response status code is
404
, the file is not ready, and you should retry this polling request after a delay.If the response status code is
200
, the file is ready, and you may proceed to download the CSV from the received url
.Request
Header Params
X-Api-Key-ID
string
optional
X-Api-Key-Secret
string
optional
Content-Type
string
optional
Default:
application/json
Body Params application/json