retrieve the list of available processes
The list of processes contains a summary of each process the OGC API - Processes offers, including the link to a more detailed description of the process.
For more information, see Section 7.9.
Response
Information about the available processes
Example response
{
"processes": [
{
"links": [
{
"rel": "service",
"type": "application/json",
"hreflang": "en"
}
]
}
],
"links": [
{
"rel": "service",
"type": "application/json",
"hreflang": "en"
}
]
}Changes
Changed in 3 of the 5 revisions of this API.15
- ○
api tag
Processesaddedapi-tag-added
- ○
api tag
ProcessListremovedapi-tag-removed
- ○
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
- ○
api tag
ProcessListaddedapi-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
- ▲