Bulk Entity Relations Download API (Early Access)
POST
https://app.balkan.id/api/rest/v0/entity-relations/download-url
EntityRelations
BalkanID Entity Relations Download CSV Format
Sample CSV
App* | Timestamp* | Integration* | Parent Entity BRN* | Entity BRN* | Entity Type* | Source System* | Metadata Version* | Metadata* |
---|---|---|---|---|---|---|---|---|
okta | 2024-06-13 06:17:04 +0000 UTC | okta/01J07X778EK4BH2M2A1VY4HCYF | brn:bid:balkanid:::01J06J6V8JT92BP4RGFDTG5G97:identity:pww8lnoprwDRmRLIOjC9zUbvOmfn5HholuclUQe5QNU | brn:bid:balkanid:::01J06J6V8JT92BP4RGFDTG5G97:connection:-HebVJVI8ca3kmd0FMm9t5hXMmsv4Ygc54hW2u7KQdg | connection | okta | v1 | {"connectionType":"group","privilegeName":"member","privilegeValue":true,"project":"https://your-org.okta.com"} |
okta | 2024-06-13 06:17:04 +0000 UTC | okta/01J07X778EK4BH2M2A1VY4HCYF | brn:bid:balkanid:::01J06J6V8JT92BP4RGFDTG5G97:identity:G2byRnP_n1pDW7xjogBKF6Y1JF4c57xdFdKfbmVVsOU | brn:bid:balkanid:::01J06J6V8JT92BP4RGFDTG5G97:connection:w32pXdsNUfaXli5UF8dkDd2VX2re6yQNS_D3uw-Qqa8 | connection | okta | v1 | {"connectionType":"group","privilegeName":"member","privilegeValue":true,"project":"https://your-org.okta.com"} |
okta | 2024-06-13 06:17:04 +0000 UTC | okta/01J07X778EK4BH2M2A1VY4HCYF | brn:bid:balkanid:::01J06J6V8JT92BP4RGFDTG5G97:identity:Ys9cdJadCykeoVYD9wyObNhGMRBiTyz2UZtFl4OHCfo | brn:bid:balkanid:::01J06J6V8JT92BP4RGFDTG5G97:connection:w32pXdsNUfaXli5UF8dkDd2VX2re6yQNS_D3uw-Qqa8 | connection | okta | v1 | {"connectionType":"group","privilegeName":"member","privilegeValue":true,"project":"https://your-org.okta.com"} |
okta | 2024-06-13 06:17:04 +0000 UTC | okta/01J07X778EK4BH2M2A1VY4HCYF | brn:bid:balkanid:::01J06J6V8JT92BP4RGFDTG5G97:identity:DIcLfBZzPVSrxySOaqSyIFEaC3gTIgUf6gN7Dcq5mdw | brn:bid:balkanid:::01J06J6V8JT92BP4RGFDTG5G97:connection:w32pXdsNUfaXli5UF8dkDd2VX2re6yQNS_D3uw-Qqa8 | connection | okta | v1 | {"connectionType":"group","privilegeName":"member","privilegeValue":true,"project":"https://your-org.okta.com"} |
Column Definitions
Column Name | Column Description |
---|---|
Timestamp | Required - Timestamp of the entity relation |
App | Required - Application the Entity Relation is associated with |
Integration | Required - Integration ID the entity is assoicated with |
Parent Entity BRN | Required - BRN of the parent entity, must exist in the last synced entities |
Entity BRN | Required - BRN of the entity, must exist in the last synced entities |
Entity Type | Required - The type of the entity, types: identity, connection, resource |
Source System | Required - Source System of the entity |
Metadata Version | Required - Version of the metadata, according to the metadata schema |
Metadata | Required - 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