Specification API (2.0)
Download OpenAPI description
Languages
Servers
Production
https://apis.traceone.com/spec/
Sandbox
https://apis-ppd.traceone.com/spec/
- Production
https://apis.traceone.com/spec/v2/food/finished-product-chapters/{chapterId}/smart-document
- Sandbox
https://apis-ppd.traceone.com/spec/v2/food/finished-product-chapters/{chapterId}/smart-document
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://apis.traceone.com/spec/v2/food/finished-product-chapters/{chapterId}/smart-document'
Response
application/json
{ "chapterId": "2a48aff7-27e7-4ab6-9471-1ee9c5632811", "productTypeId": "5b816809-bc2f-427f-abf0-cfc28532f595", "chapterType": "string", "chapterName": "string", "ownerCompanyId": "10e96248-c873-4e93-b748-bc36e39510eb", "creationDateUtc": "2019-08-24T14:15:22Z", "lastUpdateDateUtc": "2019-08-24T14:15:22Z", "tagIds": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ], "version": { "number": 0, "historyId": "4766cb03-195d-44df-b838-373e34658dcb", "activeVersion": true, "lastVersion": true }, "chapterStatus": "draft", "chapterProgress": "none", "sections": [ { … } ], "validatedByCompanyIds": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ] }
- Production
https://apis.traceone.com/spec/v2/food/finished-product-chapters/{chapterId}/smart-document-structure
- Sandbox
https://apis-ppd.traceone.com/spec/v2/food/finished-product-chapters/{chapterId}/smart-document-structure
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://apis.traceone.com/spec/v2/food/finished-product-chapters/{chapterId}/smart-document-structure?languageCode=string'
Response
application/json
{ "sectionId": "e886b9ca-b5a6-42e4-892d-0b160851d7c9", "chapterName": "string", "chapterType": "string", "sections": [ { … } ] }