/rest/minyaaTime/1.0/worklogTypes/all

DescriptionRetrieve all Worklog Types
MethodPOST
Content-Typeapplication/json
ParametersNone
HTTP 200 Return

An array of JSON Worklog Types is returned :

{
	id: "10001",
	name: "Analysis",
	nameTranslation: "Analysis",
	description: "Analysis",
	sequence: 1,
	iconurl: "/download/resources/jira.plugin.minyaa.time:Actions/icons/worklogtypes/wlAnalysis_16.png",
	statusColor: "#3300ff"
}
PropertiesValuesDescriptions
idintWorklog Type Id
namestringWorklog Type Name
nameTranslationstringWorklog Type Name internationalized
descriptionstringWorklog Type Description
sequenceintSequence Order
iconurlstringURL of the associated icon.
statusColorstringRGB Code Color

On this page:

 

Useful hint

See also ...

  • No labels