Skip to content

API for item do not return number of item #1919

@mrsombre

Description

@mrsombre

For this endpoints:

  • /api/v1/{{project}}/item
  • /api/v1/{{project}}/item/{{suiteID}}

Response returns in form

{
  "id": "8ff2f6ac-a796-4f74-8bb4-558cc6ada8b8",
  "uniqueId": "auto:34d816ceeab86fd0310824b5fe2957b4"
}

While for /api/v1/{{project}}/launch it also return a number, like

{
  "id": "4c81d485-1164-4e1e-aa4e-0cd1efb6a1a9",
  "number": 3
}

which is quite useful to avoid unnecessary request to get actual number, can you add this to API?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions