RepositoryFlowChartsResource
The following resources are part of this group:
- /repositoryFlowCharts
- /repositoryFlowCharts/documentation
- /repositoryFlowCharts/download
- /repositoryFlowCharts/start
- /repositoryFlowCharts/upload
/repositoryFlowCharts
GET
Returns all elements from the repository.
Parameters
name | description | type | default |
---|---|---|---|
namespaceFilter | (no documentation provided) | query | / |
sort | (no documentation provided) | query | namespace |
dir | (no documentation provided) | query | asc |
page | Page number to retrieve. If empty, defaults to 1. | query | 1 |
pageSize | Specify number of elements per page. If empty, defaults to 30. | query | 30 |
Response Body
element: | repositoryElements |
media types: | */* application/xml |
(no documentation provided)
/repositoryFlowCharts/documentation
GET
Generates HTML documentation for the specified namespace.
Parameters
name | description | type | default |
---|---|---|---|
namespace | A namespace of repository element to generate documentation for. | query |
Response Body
element: | (custom) |
media types: | text/html |
(no documentation provided)
/repositoryFlowCharts/download
GET
Downloads a specified a repository element from the engine.
Parameters
name | description | type | default |
---|---|---|---|
namespace | A namespace of repository element to download. | query |
Response Body
element: | (custom) |
media types: | */* application/xml |
(no documentation provided)
/repositoryFlowCharts/start
POST
Exports the specified repository element to Engine.
Parameters
name | description | type | default |
---|---|---|---|
namespace | A namespace of repository element to export. | form |
Response Body
element: | (custom) |
media types: | */* application/xml |
(no documentation provided)
/repositoryFlowCharts/upload
POST
Uploads a specified flow chart to the repository.
Request Body
element: | (custom) |
media types: | multipart/form-data |
(no documentation provided)
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)