- Subcategories:
- Large Object (LOB) Attributes - TextContent
Instructional Texts REST Endpoints
Common Setup/Instructional Texts
The Instructional texts resource is used to view, add, delete, and modify information for an instructional text.
- Create a set of instructional texts
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts - Delete an Instructional text
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts/{publicSectorInstructionalTextsUniqID} - Get all Instructional texts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts - Get an Instructional text
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts/{publicSectorInstructionalTextsUniqID} - Update an Instructional text
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInstructionalTexts/{publicSectorInstructionalTextsUniqID}