- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/tasks/
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Body parameters
KeyUv Task to be created
object
FlatKeyUvTask
id
integer
Primary key
name
string
name
subregion
integer
Sub Region
taskCategory
integer
Category
taskLocation
string (ewkt)
Task location
Responses
201
A newly created KeyUv Task
{
"name": [
"John Doe"
],
"subregion": [
"321"
],
"taskCategory": [
"123"
]
}
object
FlatKeyUvTask
id
integer
Primary key
name
string
name
subregion
integer
Sub Region
taskCategory
integer
Category
taskLocation
string (ewkt)
Task location
400
There was an error in request. Usually field validation failed.
{
"component_id": [
"This field is required."
],
"network_object": [
"This field is required."
],
"network_object_ct": [
"This field is required."
]
}
Fields which failed validation
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
object
details
string
Detailed description of error
Was this article helpful?