Get general with attachments
documentedFetch a General entity (by ID) including its related Attachments.
GET /api/v1/Generals/{id}?include=[Attachments]Attachmentsno implementation yet0 runsNo 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"