Important note [Retirement of icTime] and [Retirement of biz] on December 29th, 2023

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

Provides a list of Work Log Attributes (WLA) on the level of master data from ictime. For details, refer to http://www.interconcept.de/bizdoc/de/iconcept/icbiz/rest/WlaRestRes.html. For ictime documentation, refer to Work Log Attributes (WLA).

Example (Method GET)

https://example.com/myjira/rest/icbiz/1.0/wla/list

Example Response

{
  "responseType": "OK",
  "fieldErrors": [],
  "errMsgs": [
    {
      "errorMsg": ""
    }
  ],
  "data": {
    "responseType": "OK",
    "fieldErrors": [],
    "errMsgs": [],
    "pagination": {
      "startIndex": 0,
      "maxResults": 6,
      "totalResults": 6,
      "clazz": "de.iconcept.icbiz.api.response.Pagination"
    },
    "dataList": [
      {
        "label": "Cost Center",
        "mandatory": false,
        "assignedGlobally": false,
        "assocType": "PROJECT",
        "regex": "",
        "enabled": true,
        "extMappingId": "241",
        "name": "WLA A02",
        "id": 5,
        "fieldType": "INPUT"
      },
      {
        "label": "Contract",
        "mandatory": false,
        "assignedGlobally": false,
        "assocType": "PROJECT",
        "enabled": true,
        "extMappingId": "44",
        "name": "WLA P01",
        "id": 6,
        "fieldType": "DROPDOWN"
      },
      {
        "label": "Additional Info",
        "mandatory": false,
        "assignedGlobally": false,
        "assocType": "PROJECT",
        "enabled": false,
        "name": "WLA P02",
        "id": 7,
        "fieldType": "DROPDOWN"
      }
    ],
    "clazz": "de.iconcept.icbiz.api.response.ResultList"
  },
  "clazz": "de.iconcept.icbiz.api.response.ResponseIct"
}
ParameterDescriptionRemarks
-  
  • No labels