MoveScenarios
Reports
| API | Description |
|---|---|
| GET applications/{app_id}/reports |
Get the complete set of configured reports available for the given application instance. |
| POST applications/{app_id}/reports/{report_id}/execute |
Runs the specified report with the supplied parameters. |
| GET applications/{app_id}/reports/{report_id}/jobs/{job_id}/download |
Downloads the results of the report after completion. |
| GET applications/{app_id}/reports/{report_id}/execute |
Generate a report. Deprecated, and will be removed in a future version. New applications should not use this endpoint, but the standard /reports/:report_id/execute endpoint instead. |
DataResources
| API | Description |
|---|---|
| GET applications/{app_id}/resources/icons |
Get all of the system-defined icons. |
| GET applications/{app_id}/resources/icons/{icon_id} |
Get a specific system-defined icon based on the icon id. |
Items
| API | Description |
|---|---|
| GET applications/{app_id}/items?types={types} |
Get the list of items available to the user within the application. |
| GET applications/{app_id}/items/{item_id} |
Get the info for a given item within the application. |
| DELETE applications/{app_id}/items/{item_id} |
Delete an item within application. |
| PUT applications/{app_id}/items/{item_id} |
Update an item's info and contents. |
| POST applications/{app_id}/items |
Creates a new item particular to the current application. |
| GET applications/{app_id}/items/{item_id}/permissions |
No documentation available. |
| POST applications/{app_id}/items/{item_id}/permissions |
No documentation available. |
EntityResources
| API | Description |
|---|---|
| GET applications/{app_id}/resources/entitytypes/{entity_type_id}/{entity_key}/images |
No documentation available. |
| POST applications/{app_id}/resources/entitytypes/{entity_type_id}/{entity_key}/images |
No documentation available. |
| GET applications/{app_id}/resources/entitytypes/{entity_type_id}/{entity_key}/images/{resource_id}?width={width}&height={height} |
No documentation available. |
| GET public/resources/entitytypes/{entity_type_id}/{entity_key}/images/primary |
No documentation available. |
| PUT applications/{app_id}/resources/entitytypes/{entity_type_id}/{entity_key}/images/{resource_id} |
No documentation available. |
| DELETE applications/{app_id}/resources/entitytypes/{entity_type_id}/{entity_key}/images/{resource_id} |
No documentation available. |
| POST api/EntityResources?app_id={app_id}&entity_type_id={entity_type_id}&entity_key={entity_key}&resource_id={resource_id} |
No documentation available. |
Users
| API | Description |
|---|---|
| GET users/current |
Get information about the currently logged-in user. |
| POST users/login |
Logs in the user. |
| POST users/current/logout |
Logs out the currently logged-in user. |
| POST users/current/profile |
Create profile for current user. |
| GET users/current/oauth2 |
No documentation available. |
| POST users/current/oauth2/clear |
No documentation available. |
Settings
| API | Description |
|---|---|
| GET system/settings/info |
No documentation available. |
| GET system/settings/themes/{themeId}/styles |
No documentation available. |
| GET system/settings/landingpage |
No documentation available. |
| GET system/settings/home |
No documentation available. |
| GET system/settings/contacts |
No documentation available. |
| GET system/settings/disclaimer |
No documentation available. |
| GET system/settings/appinit |
No documentation available. |
Tokens
| API | Description |
|---|---|
| POST applications/{app_id}/config/tokens |
Get the complete set of entity types for the named application. |
Security
| API | Description |
|---|---|
| GET security |
Get information about the available security settings. |
| GET security/authenticate |
No documentation available. |
| POST security/tokens |
No documentation available. |
AppGroups
| API | Description |
|---|---|
| GET app_groups |
Get the list of application groups available to this user. |
| GET app_groups/{group_id} |
Get details about a particular application group. |
| GET app_groups/{group_id}/app_items |
Get the list of application items within the given application group that are available to this user. |
| GET app_groups/{group_id}/app_items/{item_id} |
Get details about the specified application item. |
AppLogging
| API | Description |
|---|---|
| POST applications/{app_id}/logs/write |
Write a logging message for the application. |
EntityType
| API | Description |
|---|---|
| GET applications/{appName}/config/entity_types |
Get the complete set of entity types for the named application. |
| GET applications/{appName}/config/entity_types/{entityTypeId} |
Get the requested entitytype along with any dependencies. |
| GET applications/{appName}/config/entity_types/{item_id}/rel_paths?relationshipTypes={relationshipTypes}&relatedEntityTypes={relatedEntityTypes}&geometryType={geometryType} |
No documentation available. |
MoveProjectRequest
Non-generic controller used by automatic .Net WebAPI stuff
| API | Description |
|---|---|
| POST applications/{appId}/scenarios/{scenarioId}/move_project_request |
No documentation available. |
| GET applications/{appId}/scenarios/{scenarioId}/move_project_request |
No documentation available. |
| POST api/MoveProjectRequest?username={username}&password={password}&serverUrl={serverUrl} |
No documentation available. |
Basemaps
| API | Description |
|---|---|
| GET applications/{appName}/config/basemaps |
Get the complete set of basemaps for the named application. |
EntityTypeGroup
| API | Description |
|---|---|
| GET applications/{appName}/config/entity_type_groups |
No documentation available. |
AppServices
| API | Description |
|---|---|
| GET applications/{appName}/config/services |
No documentation available. |
DocumentManagement
| API | Description |
|---|---|
| POST applications/{app_id}/docs/containers/{container_id}/documents |
No documentation available. |
| GET applications/{app_id}/docs/containers |
Get the list of available document management containers. |
| POST applications/{app_id}/docs/containers/{container_id}/documents/query |
Get a list of documents given the input arguments. |
| GET applications/{app_id}/docs/containers/{container_id}/documents/{document_id}/file |
Download a document file given a document ID. |
| DELETE applications/{app_id}/docs/containers/{container_id}/documents/{document_id} |
Delete a document file given a document ID. |
Workspace
| API | Description |
|---|---|
| GET applications/{app_id}/workspace/people |
No documentation available. |
| PUT applications/{app_id}/workspace/people |
No documentation available. |
| DELETE applications/{app_id}/workspace/people |
No documentation available. |