Get Item Tags In Place
GET/api/places/GetItemTagsInPlace/:id
Tier: Public — stable, supported for third-party integration.
Returns the tag numbers of non-deleted items currently located at a place, for handheld / device-support workflows.
With {includeChildren}true, an unknown place id is rejected with a not-found error; with it false, there is no existence check and an unknown place id simply returns an empty list.
Request
Responses
- 200
- 400
- 401
- 403
Tag numbers of matching items. See Dtos.TagSummaryDto.
With {includeChildren}true and an unknown place id: the service sets a NotFound code but the wire ErrorCode collapses to InvalidOperation per the usual convention — the Message ("The requested place doesn't exist") carries the signal.
Caller is not authenticated.
Caller does not have Read permission on the Place module.