Page MenuHomePhabricator

🚲️ Get data of labels of a property
Closed, ResolvedPublic5 Estimated Story Points

Description

Description:

As tool builder I want to read data of labels on a property so that I can use them in my tool.

AC:

  • Following endpoints are developed:
    • GET /entities/properties/{property_id}/labels
  • Following error cases have to be considered:
HTTP response coderesponse payload
Property does not exist404"code": "property-not-found"
"message": "Could not find a property with the ID: {property_id}"
Invalid property ID400"code": "invalid-property-id"
"message": "Not a valid property ID: <PROPERTY_ID>"
"context": { "property-id": "<PROPERTY_ID>" }

Notes:

  • Handle HTTP conditional request headers as in GET /entities/items/{item_id}/labels
  • Handle user authentication/authorization like in GET /entities/items/{item_id}/labels

Possibly relevant pointers:

Event Timeline

Ifrahkhanyaree_WMDE renamed this task from Get data of all terms of a propery to Get data of all terms of a property.Aug 9 2023, 12:54 PM
Ifrahkhanyaree_WMDE updated the task description. (Show Details)
Ifrahkhanyaree_WMDE added a project: Story.
Ifrahkhanyaree_WMDE renamed this task from Get data of all terms of a property to Get data of labels of a property.Aug 10 2023, 10:53 AM
Ifrahkhanyaree_WMDE updated the task description. (Show Details)
Ifrahkhanyaree_WMDE set the point value for this task to 5.
Silvan_WMDE renamed this task from Get data of labels of a property to 🚲️ Get data of labels of a property.Sep 7 2023, 11:49 AM