GIS OAuth Setup REST Endpoints
Shared Services/GIS OAuth Setup
Use the OAuth setups resource to view, update, create, and delete settings for accessing secure web maps using OAuth.
- Create an OAuth setup
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups - Delete an OAuth setup
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups/{publicSectorGISOAuthSetupsUniqID} - Get all OAuth setups
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups - Get an OAuth setup
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups/{publicSectorGISOAuthSetupsUniqID} - Update an OAuth setup
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups/{publicSectorGISOAuthSetupsUniqID}