All REST Endpoints
Artifacts
The operations from the Artifacts category.
- Get all gateway artifacts
- Method: getPath:
/apiplatform/administration/v1/artifacts - Get gateway artifacts of a specified name
- Method: getPath:
/apiplatform/administration/v1/artifacts/{name} - Get gateway artifacts of a specified name and type
- Method: getPath:
/apiplatform/administration/v1/artifacts/{name}/types/{type} - Get gateway artifacts of a specified name, version and type
- Method: getPath:
/apiplatform/administration/v1/artifacts/{name}/types/{type}/versions/{version} - Upload a custom gateway artifact
- Method: postPath:
/apiplatform/administration/v1/artifacts
Policies
The operations from the Policies category.
- Create a new custom policy
- Method: postPath:
/apiplatform/administration/v1/policies - Get all policies
- Method: getPath:
/apiplatform/administration/v1/policies - Get policies of a specified type
- Method: getPath:
/apiplatform/administration/v1/policies/{type} - Get policies of a specified version and type
- Method: getPath:
/apiplatform/administration/v1/policies/{type}/versions/{version}
Preferences/Platform
Get and update platform preferences.
- Get platform preferences
- Method: getPath:
/apiplatform/administration/v1/preferences/platform - This API has been deprecated, instead use PATCH operation to update platform preferences
- Method: putPath:
/apiplatform/administration/v1/preferences/platform - Update platform preferences
- Method: patchPath:
/apiplatform/administration/v1/preferences/platform
Preferences/User
Get and update user preferences.
- Get the collection of saved searches for the for the specified type
- Method: getPath:
/apiplatform/administration/v1/preferences/user/searches/{type} - Get the name of the default search for the specified type
- Method: getPath:
/apiplatform/administration/v1/preferences/user/searches/{type}/default - Get user preferences
- Method: getPath:
/apiplatform/administration/v1/preferences/user - Replace the collection of saved searches for the specified type
- Method: putPath:
/apiplatform/administration/v1/preferences/user/searches/{type} - This API has been deprecated and will be removed in a future release. Use PATCH operation to update user preferences
- Method: putPath:
/apiplatform/administration/v1/preferences/user - Update the default search name for the specified search type
- Method: putPath:
/apiplatform/administration/v1/preferences/user/searches/{type}/default - Update user preferences
- Method: patchPath:
/apiplatform/administration/v1/preferences/user
Preferences/Utilities
Get supported time zones.
- Get supported time zones
- Method: getPath:
/apiplatform/administration/v1/preferences/timezones
Roles
Get details about roles.
- Get all roles
- Method: getPath:
/apiplatform/administration/v1/roles - Get role details
- Method: getPath:
/apiplatform/administration/v1/roles/{roleId}
Roles/Grants
Get details about the grants that can be issued for a role.
- Get grants that can be issued to role members
- Method: getPath:
/apiplatform/administration/v1/roles/{roleId}/grants
Roles/Members
Get role assignments and grant and remove roles from users and groups.
- Get users and groups assigned a role
- Method: getPath:
/apiplatform/administration/v1/roles/{roleId}/members
Version
Get details about the version.
- Get APICS version information
- Method: getPath:
/apiplatform/administration/v1/version