Sign in

Get general with attachments

documented

Fetch a General entity (by ID) including its related Attachments.

GET /api/v1/Generals/{id}?include=[Attachments]Attachmentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://restapi.tpondemand.com/api/v1/Generals/{{$id}}?include=[Attachments]&token={{OAUTH2_ACCESS_TOKEN}}" \\
  -X GET \\
  -H "Accept: application/json"
Get general with attachments · targetprocess · OpenIntegrations