Get all resource members
get
/api/boss/data/objects/ora/cxServiceCore/srMgmt/v1/serviceRequests/{serviceRequests_id}/resourceMembers
Request
Path Parameters
-
serviceRequests_id(required): string
This path parameter maps to the following field defined in the Service Requests REST resource:
- number: 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.
Query Parameters
-
$fields: string
Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
-
$filter: string
The resource collection will be queried using the specified filter condition.
-
$limit: integer
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 -
$offset: integer
Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.Default Value:
0 -
$sortBy: string
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 TopResponse
Default Response
An array of items response
Root Schema : serviceRequests-resourceMembers
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : serviceRequests-resourceMembers-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who added the resource as a member of the service request. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the service request resource member was created. -
DeleteFlag: boolean
Title:
Can DeleteRead Only:trueIndicates if the resource member has been deleted. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the service request resource member record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the service request resource member record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The application login associated with the user who last updated the service request resource member. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MemberId: integer
(int64)
Title:
Member IDA unique identifier service request resource member record. -
ObjectId: integer
(int64)
Title:
Service Request Team Member Resource IDThe unique identifier of the individual resource added as service request resource member. -
ObjectTypeCd: string
Title:
Object TypeRead Only:trueMaximum Length:30Default Value:ORA_SVC_RESOURCEThe code indicating whether the resource is an individual or a team. A list of accepted values is defined in the lookup ORA_SVC_RES_OBJECT_TYPE_CD . -
OwnerFlag: boolean
Title:
Assigned ToIndicates if the service request is assigned to the resource member. If yes, the value is True, else the value is False. -
PartyUniqueName: string
Title:
Unique Party NameRead Only:trueMaximum Length:900The unique name of the individual resource added as service request resource member. -
ResourceEmailAddress: string
Title:
EmailRead Only:trueMaximum Length:320The email address of the resource member. -
ResourceFormattedAddress: string
Title:
Resource Formatted AddressRead Only:trueIndicates the formatted address of the service request resource member. -
ResourceFormattedPhoneNumber: string
Title:
PhoneRead Only:trueThe formatted phone number of the resource member. -
ResourceName: string
Title:
NameMaximum Length:360The name of the individual resource added as service request resource member. -
ResourcePartyNumber: string
Title:
Resource NumberRead Only:trueMaximum Length:30The public unique identifier of the service request team member. -
SrId: integer
(int64)
Title:
Service Request IDThe unique identifier of the service request that the resource is associated with. -
SrNumber: string
Title:
Service Request NumberMaximum Length:30The public unique identifier of the service request number. -
UpdateFlag: boolean
Title:
Can UpdateRead Only:trueIndicates if the resource member has been updated. -
UserGUID: string
Title:
User GUIDRead Only:trueMaximum Length:64A globally unique identifier of the resource added as the service request resource member. -
UserId: integer
(int64)
Title:
User IDRead Only:trueThe user identifier of the resource added as the service request resource member. -
Username: string
Title:
User NameRead Only:trueMaximum Length:100The user name of the resource member.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.