Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GET only, defined by the service

Name

Type

Info

id

integer

GET only, auto incremented

namelanguageResourceId

string

GET only, defined by the service and depends on the configured resources of the service.

serviceNamestringGET only, defined by the service (readable name of the service)

serviceType

string

GET only, defined by the service (PHP class name)

filebased

boolean

GET only, defined by the service

searchable

boolean

GET only, defined by the service

defaultColor

string

integer

Language resources id (the language resource which should be assigned to the task)

taskGuidstringUnique task guid identifier

segmentsUpdateable

integer

Segments will be updated in the language resources. (default is 0)


Get request example

{

  data:{

       "id":1

  }
}

Post request example

{

 data:{

       "languageResourceId":1,

"taskGuid":"{341d3dab-8c0b-4469-a8a8-30e9ddb81a26}",

"segmentsUpdateable":0

 }
}


Delete request example

{

  data:{

       "id":1

  }
}