Get all service requests with attachments

get

/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1/serviceRequests/$views/attachments

Request

Query Parameters
  • Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
  • 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.
    Default Value: 25
  • Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.
    Default Value: 0
  • Orders a resource collection based on the specified fields. The parameter value is a comma-separated string of field names, each optionally followed by a colon and "asc" (default) or "desc".

There's no request body for this operation.

Back to Top

Response

Default Response

Successful response of retrieving view attachments for resource Service Requests
Body ()
Root Schema : serviceRequests_view-attachments
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : serviceRequests_view-attachments-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Match All
Show Source
Nested Schema : __busObj_context
Type: object
Show Source
Nested Schema : items-allOf[1]
Type: object
Show Source
Nested Schema : $context
Type: object
Show Source
Nested Schema : $attachments
Match All
Show Source
Nested Schema : $attachments-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Match All
Show Source
Nested Schema : items-allOf[1]
Type: object
Show Source
Nested Schema : category
Match All
The category of the attachment.
Show Source
  • Title: Category
    Default Value: MISC
    The category of the attachment.
  • Allowed Values: [ "SVC_INLINE", "SVC_INTERNAL", "MISC" ]
Nested Schema : document
Match All
Show Source
Nested Schema : id
Match All
Show Source
Nested Schema : timeUpdated
Match All
Show Source
Nested Schema : document-allOf[1]
Type: object
Show Source
Nested Schema : description
Match All
Show Source
Nested Schema : fileName
Match All
Show Source
  • Title: File Name
    The file name of a file type document.
Nested Schema : id
Match All
Show Source
Nested Schema : mediaType
Match All
Show Source
  • Title: Media Type
    The media type of a file type document.
Nested Schema : size
Match All
Show Source
Nested Schema : timeUpdated
Match All
Show Source
Nested Schema : title
Match All
Show Source
Nested Schema : type
Match All
Show Source
Nested Schema : url
Match All
Show Source
Nested Schema : type
Match All
Show Source
  • Allowed Values: [ "FILE", "WEB_PAGE", "TMURI", "TEXT" ]
Back to Top