Get all service request tags

get

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

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

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

Examples

The following example shows how to get all service request tags by submitting a GET request on the REST resource.

cURL Command

curl -X GET --location 'https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1/serviceRequestTags' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>

Example of Response Body

The following example shows the contents of the response body in JSON format.

{
    "items": [
        {
            "id": "300100542250072",
            "createdBy": "SALES_ADMIN",
            "timeCreated": "2021-04-28T10:32:20Z",
            "$id": "300100542250072",
            "$context": {
                "etag": "1",
                "links": {
                    "$self": {
                        "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequestTags/300100542250072"
                    }
                }
            },
            "tag": {
                "id": "300100542250073",
                "value": "OTBI_Tag1",
                "administratorCreatedFlag": false,
                "$id": "300100542250073",
                "$context": {
                    "etag": "1",
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/common/v1:17/tags/300100542250073"
                        }
                    }
                }
            },
            "serviceRequest": {
                "id": "300100542611201",
                "number": "SR0000052105",
                "$id": "300100542611201",
                "$context": {
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequests/300100542611201"
                        }
                    }
                }
            }
        },
        {
            "id": "300100542251149",
            "createdBy": "SALES_ADMIN",
            "timeCreated": "2021-04-28T10:34:25Z",
            "$id": "300100542251149",
            "$context": {
                "etag": "1",
                "links": {
                    "$self": {
                        "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequestTags/300100542251149"
                    }
                }
            },
            "tag": {
                "id": "300100542251150",
                "value": "OTBI_Tag4",
                "administratorCreatedFlag": false,
                "$id": "300100542251150",
                "$context": {
                    "etag": "1",
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/common/v1:17/tags/300100542251150"
                        }
                    }
                }
            },
            "serviceRequest": {
                "id": "300100542611205",
                "number": "SR0000052106",
                "$id": "300100542611205",
                "$context": {
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequests/300100542611205"
                        }
                    }
                }
            }
        },
        {
            "id": "300100572582600",
            "createdBy": "albert.truong@oracle.com",
            "timeCreated": "2023-03-09T16:50:55.147769Z",
            "$id": "300100572582600",
            "$context": {
                "etag": "1",
                "links": {
                    "$self": {
                        "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequestTags/300100572582600"
                    }
                }
            },
            "tag": {
                "id": "300100542251150",
                "value": "OTBI_Tag4",
                "administratorCreatedFlag": false,
                "$id": "300100542251150",
                "$context": {
                    "etag": "1",
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/common/v1:17/tags/300100542251150"
                        }
                    }
                }
            },
            "serviceRequest": {
                "id": "300100572592606",
                "number": "SR0000060125",
                "$id": "300100572592606",
                "$context": {
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequests/300100572592606"
                        }
                    }
                }
            }
        },
        {
            "id": "300100572628643",
            "createdBy": "albert.truong@oracle.com",
            "timeCreated": "2023-03-13T18:45:36.841844Z",
            "$id": "300100572628643",
            "$context": {
                "etag": "1",
                "links": {
                    "$self": {
                        "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequestTags/300100572628643"
                    }
                }
            },
            "tag": {
                "id": "300100572628642",
                "value": "EJVN_TEST_3333",
                "administratorCreatedFlag": false,
                "$id": "300100572628642",
                "$context": {
                    "etag": "1",
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/common/v1:17/tags/300100572628642"
                        }
                    }
                }
            },
            "serviceRequest": {
                "id": "300100572624784",
                "number": "SR0000060149",
                "$id": "300100572624784",
                "$context": {
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequests/300100572624784"
                        }
                    }
                }
            }
        },
        {
            "id": "300100572628645",
            "createdBy": "albert.truong@oracle.com",
            "timeCreated": "2023-03-13T18:49:43.826312Z",
            "$id": "300100572628645",
            "$context": {
                "etag": "1",
                "links": {
                    "$self": {
                        "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequestTags/300100572628645"
                    }
                }
            },
            "tag": {
                "id": "300100572628644",
                "value": "BOSSTags_57489",
                "administratorCreatedFlag": false,
                "$id": "300100572628644",
                "$context": {
                    "etag": "1",
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/common/v1:17/tags/300100572628644"
                        }
                    }
                }
            },
            "serviceRequest": {
                "id": "300100572627408",
                "number": "SR0000060150",
                "$id": "300100572627408",
                "$context": {
                    "links": {
                        "$self": {
                            "href": "https://servername.fa.us2.oraclecloud.com/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1:17/serviceRequests/300100572627408"
                        }
                    }
                }
            }
        }
    ],
    "hasMore": true
}
Back to Top