Capabilities

exports.get

Get one export record by ID for the current workspace.

post/capabilities/exports.get

Request body

idstring required

The export record ID to fetch

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.