retrieve a process description
The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process. That said, the Core requirements class makes the following recommendation:
Implementations SHOULD consider supporting the OGC process description.
For more information, see Section 7.10.
Path parameters
Response
A process description.
Example response
{
"links": [
{
"rel": "service",
"type": "application/json",
"hreflang": "en"
}
]
}Changes
Changed in 3 of the 5 revisions of this API.417
- ○
api tag
Processesaddedapi-tag-added
- ○
api tag
ProcessDescriptionremovedapi-tag-removed
- ○
- ▲
added the new path request parameter
processIDnew-request-path-parameter
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the media type
text/htmlfor the response with the status404response-media-type-added
- ▲
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
- ▲
removed the media type
application/jsonfor the response with the status404response-media-type-removed
- ▲
removed the media type
text/htmlfor the response with the status404response-media-type-removed
- ●
deleted the
pathrequest parameterprocessIDrequest-parameter-removed
- ○
api tag
ProcessDescriptionaddedapi-tag-added
- ○
api tag
Processesremovedapi-tag-removed
This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲