curl --request POST \
--url https://{tenant}.ekso.app/api/plan/{boardId}/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"cycleId": "<string>",
"items": [
{
"itemId": "<string>",
"resourceId": "<string>"
}
]
}
'{
"planned": 123,
"cycleId": "<string>",
"errors": [
{
"itemId": "<string>",
"reason": "<string>"
}
]
}curl --request POST \
--url https://{tenant}.ekso.app/api/plan/{boardId}/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"cycleId": "<string>",
"items": [
{
"itemId": "<string>",
"resourceId": "<string>"
}
]
}
'{
"planned": 123,
"cycleId": "<string>",
"errors": [
{
"itemId": "<string>",
"reason": "<string>"
}
]
}JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.
The board ID.
Cycle ID and list of items to plan.