curl --request POST \
--url https://api.egp.scale.com/v5/dataset-items/batch \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"dataset_id": "<string>",
"data": [
{}
],
"files": [
{}
]
}
'{
"items": [
{
"id": "<string>",
"created_by": {
"id": "<string>",
"type": "user",
"object": "identity"
},
"data": "<unknown>",
"content_hash": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"object": "dataset.item",
"dataset_id": "<string>",
"files": {},
"archived_at": "2023-11-07T05:31:56Z"
}
],
"object": "list"
}curl --request POST \
--url https://api.egp.scale.com/v5/dataset-items/batch \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"dataset_id": "<string>",
"data": [
{}
],
"files": [
{}
]
}
'{
"items": [
{
"id": "<string>",
"created_by": {
"id": "<string>",
"type": "user",
"object": "identity"
},
"data": "<unknown>",
"content_hash": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"object": "dataset.item",
"dataset_id": "<string>",
"files": {},
"archived_at": "2023-11-07T05:31:56Z"
}
],
"object": "list"
}Successful Response
Show child attributes
"dataset.item""list"