Advanced query all service request tags

post

/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1/serviceRequestTags/$query

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Match All
Show Source
Nested Schema : schema
Match All
Show Source
Nested Schema : schema
Type: object
Show Source
  • accessors
    Maps accessor names to query objects specific to corresponding accessors. Query object for each accessor supports query capabilities similar to the base.
  • fields
    Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
  • subTypes
    Maps discriminator values (as defined in subtypes) to query objects specific to corresponding subtypes. Subtype-specific query objects support a subset(fields,accessors,filter) of the query capabilities when compared to the base.
Nested Schema : type
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : accessors
Type: object
Maps accessor names to query objects specific to corresponding accessors. Query object for each accessor supports query capabilities similar to the base.
Nested Schema : fields
Type: array
Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
Show Source
Nested Schema : subTypes
Type: object
Maps discriminator values (as defined in subtypes) to query objects specific to corresponding subtypes. Subtype-specific query objects support a subset(fields,accessors,filter) of the query capabilities when compared to the base.
Nested Schema : collection
Type: object
Defines query criteria that can be applied on a resource collection.
Show Source
  • The resource collection will be queried using the specified filter condition.
  • Restricts the number of resource items returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resource items.
  • Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.
  • Represents the privilege or action required to check for while serving a request to access a resource.
  • sortBy
    Orders a resource collection based on the specified fields.
Nested Schema : sortBy
Type: array
Orders a resource collection based on the specified fields.
Show Source
Nested Schema : items
Match One Schema
Show Source
  • Name of field based on which sorting will happen. Order is ascending.
  • type
    Object with single entry. Key must be name of field based on which sorting will happen. Value must be either asc or desc to decide the sort order.
Nested Schema : type
Type: object
Object with single entry. Key must be name of field based on which sorting will happen. Value must be either asc or desc to decide the sort order.
Nested Schema : parameters
Type: object
Values to be applied in a parameterized filter specific to the view.
Back to Top

Response

Default Response

An array of items response
Body ()
Root Schema : serviceRequestTags_view-default
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : serviceRequestTags_view-default-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : serviceRequestTags_view-default_item-response
Match All
Show Source
Nested Schema : serviceRequestTags_item-response
Match All
Show Source
Nested Schema : oraCxServiceCoreSrMgmt.ServiceRequestTag_item
Match All
Show Source
Nested Schema : Service Request Tag
Type: object
Title: Service Request Tag
Service request tags are keywords or terms assigned to a service request that help in describing and classifying the service request.
Show Source
Nested Schema : oraCxServiceCoreCommon.ObjectTag_abstract-item
Type: object
Show Source
Nested Schema : oraCxServiceCoreSrMgmt.ServiceRequestTag_item-allOf[2]
Type: object
Show Source
Nested Schema : __busObj_context
Type: object
Show Source
Nested Schema : serviceRequestTags_view-default_item-response-allOf[1]
Type: object
Show Source
Nested Schema : serviceRequest
Match All
Show Source
Nested Schema : Service Request
Type: object
Title: Service Request
A service request is a document to track a request from a worker for a service from the time the worker makes the request until the request is resolved.
Show Source
  • Title: Created By
    Read Only: true
    The user who created the record.
  • Title: Service Request ID
    Read Only: true
    The unique identifier of the service request record.
  • Title: Reference Number
    Read Only: true
    The unique number that's used to identify a service request. You can edit the service request number to a format that's best suitable to your organizational requirements.
  • Title: Created On
    Read Only: true
    The date and time when the record was created.
Nested Schema : $context
Type: object
Show Source
Nested Schema : tag
Match All
Show Source
  • Tag
    Title: Tag
    Service request tags are used to manage keywords or terms assigned to a service request. Service request tags help in describing and classifying a service request.
  • __busObj_context
Nested Schema : Tag
Type: object
Title: Tag
Service request tags are used to manage keywords or terms assigned to a service request. Service request tags help in describing and classifying a service request.
Show Source
Nested Schema : serviceRequest
Type: object
Show Source
Nested Schema : tag
Type: object
Show Source
Back to Top