Get a resource
get
                    /crmRestApi/resources/11.13.18.05/resources/{PartyNumber}
Request
Path Parameters
                - 
                    PartyNumber(required):  string
                    
                    The alternate key identifier of the resource party.
 
Query Parameters
                    - 
                            dependency: string
                            
                            This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> - 
                            expand: string
                            
                            When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
 - 
                            fields: string
                            
                            This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 - 
                            links: string
                            
                            This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical - 
                            onlyData: boolean
                            
                            The resource item payload will be filtered in order to contain only data (no links section, for example).
 
Header Parameters
                    - 
                            Metadata-Context: 
                            
                            If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
 - 
                            REST-Framework-Version: 
                            
                            The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
Default Response
The following table describes the default response for this task.
                            
                                Headers
                                - 
                                        Metadata-Context: 
                                        
                                        If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
 - 
                                        REST-Framework-Version: 
                                        
                                        The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
 
Root Schema : resources-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64Who column: indicates the user who created the row. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueWho column: indicates the date and time of the creation of the row. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Read Only:
trueIndicates if the user can delete the resource. - 
                
                    
                    EmailAddress: string
                    
                    
                     
                    
                
                
                Title:
E-MailRead Only:trueMaximum Length:320The e-mail address of a resource. - 
                
                    
                    EndDateActive: string
                    
                    
                     (date) 
                    
                
                
                Title:
To DateDate on which this resource is no longer active. - 
                
                    
                    FormattedAddress: string
                    
                    
                     
                    
                
                
                Title:
AddressRead Only:trueMaximum Length:255The primary formatted address information of a resource. - 
                
                    
                    FormattedPhoneNumber: string
                    
                    
                     
                    
                
                
                Title:
PhoneRead Only:trueMaximum Length:100The primary formatted phone number for a resource. - 
                
                    
                    JobMeaning: string
                    
                    
                     
                    
                
                
                Title:
Job TitleRead Only:trueThe job title for the resource who is an employee. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last UpdatedRead Only:trueWho column: indicates the date and time of the last update of the row. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64Who column: indicates the user who last updated the row. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32Who column: indicates the session login associated to the user who last updated the row. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    Manager: string
                    
                    
                     
                    
                
                
                Title:
ManagerRead Only:trueThe name of the manager for this resource. - 
                
                    
                    ManagerPartyId: integer
                    
                    
                     
                    
                
                
                Title:
Manager Party IDThe unique identifier of the resource???s manager party. - 
                
                    
                    PartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
ResourceThe unique identifier of a resource party. - 
                
                    
                    PartyName: string
                    
                    
                     
                    
                
                
                Title:
Resource NameRead Only:trueMaximum Length:360The name of a resource party. - 
                
                    
                    PartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Registry IDRead Only:trueMaximum Length:30The alternate key identifier of the resource party. - 
                
                    
                    PersonFirstName: string
                    
                    
                     
                    
                
                
                Title:
First NameMaximum Length:150The first name of the resource. - 
                
                    
                    PersonLastName: string
                    
                    
                     
                    
                
                
                Title:
Last NameMaximum Length:150The last name of the resource. - 
                
                    
                    PersonLastNamePrefix: string
                    
                    
                     
                    
                
                
                Title:
Last Name PrefixRead Only:trueMaximum Length:30The prefix for the last name of a resource. - 
                
                    
                    PersonMiddleName: string
                    
                    
                     
                    
                
                
                Title:
Middle NameRead Only:trueMaximum Length:60The middle name of the resource. - 
                
                    
                    PersonNameSuffix: string
                    
                    
                     
                    
                
                
                Title:
SuffixRead Only:trueMaximum Length:30The suffix for the name of a resource. - 
                
                    
                    PersonPreNameAdjunct: string
                    
                    
                     
                    
                
                
                Title:
Salutary IntroductionRead Only:trueMaximum Length:30The preferred name adjacency of a resource. - 
                
                    
                    PersonPreviousLastName: string
                    
                    
                     
                    
                
                
                Title:
Previous Last NameRead Only:trueMaximum Length:150The previous last name of a resource. - 
                
                    
                    PersonSecondLastName: string
                    
                    
                     
                    
                
                
                Title:
Second Last NameRead Only:trueMaximum Length:150The second last name of a resource. - 
                
                    
                    PictureAttachment: array
                    
                    
                
                
                    Picture Attachments
                
                
                Title:
Picture AttachmentsThe picture attachments resource is used to view the picture of a resource. - 
                
                    
                    PrimaryOrganization: string
                    
                    
                     
                    
                
                
                Title:
OrganizationRead Only:trueThe primary organization for this resource. - 
                
                    
                    RecordSet: string
                    
                    
                     
                    
                
                
                Title:
Record SetThe record set that groups resources matching the defined criteria. - 
                
                    
                    ResourceOrgRoleCode: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:255Code value for the role assigned to a resource. - 
                
                    
                    ResourceOrgRoleName: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:255The role that defines the function of the resource in an organization or hierarchy. - 
                
                    
                    ResourceProfileId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Resource Profile IDRead Only:trueThe unique primary key identifier for the resource profile. - 
                
                    
                    ResourceType: string
                    
                    
                     
                    
                
                
                Title:
UsageThe type of resource, such as employee. - 
                
                    
                    StartDateActive: string
                    
                    
                     (date) 
                    
                
                
                Title:
Effective As-of DateDate on which the resource becomes active. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Read Only:
trueIndicates if the user can update the resource. - 
                
                    
                    Url: string
                    
                    
                     
                    
                
                
                Title:
Primary URLRead Only:trueMaximum Length:2000The primary URL of the resource. - 
                
                    
                    Usage: string
                    
                    
                     
                    
                
                
                Title:
UsagesThe read-only party usage for the resource party. - 
                
                    
                    Username: string
                    
                    
                     
                    
                
                
                Title:
User NameRead Only:trueName of the user account associated with this resource 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Picture Attachments
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Picture AttachmentsThe picture attachments resource is used to view the picture of a resource.
    
    
    
    
    
        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.
 
Nested Schema : resources-PictureAttachment-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    AsyncTrackerId: string
                    
                    
                     
                    
                
                
                Title:
Asynchronous Upload Tracker IdThe unique identifier used for tracking the uploaded files. - 
                
                    
                    AttachedDocumentId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Attached Document IdThe unique identifier of the attached picture document. - 
                
                    
                    CategoryName: string
                    
                    
                     
                    
                
                
                Title:
CategoryMaximum Length:30The name of the category of the picture attachment. - ContentRepositoryFileShared: boolean
 - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:255The user who uploaded the picture attachment. - 
                
                    
                    CreatedByUserName: string
                    
                    
                     
                    
                
                
                Title:
Created By User NameRead Only:trueThe user name of the person who uploaded the picture attachment. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date when the picture attachment was uploaded. - 
                
                    
                    DatatypeCode: string
                    
                    
                     
                    
                
                
                Title:
TypeMaximum Length:30Default Value:FILEThe data type for the picture attachment. - 
                
                    
                    Description: string
                    
                    
                     
                    
                
                
                Title:
DescriptionMaximum Length:255The description of the picture attachment. - 
                
                    
                    DmDocumentId: string
                    
                    
                     
                    
                
                
                Maximum Length:
255The document ID from which the attachment is created. - 
                
                    
                    DmFolderPath: string
                    
                    
                     
                    
                
                
                Title:
Dm Folder PathMaximum Length:1000The folder path where the picture attachment exists. - 
                
                    
                    DmVersionNumber: string
                    
                    
                     
                    
                
                
                Maximum Length:
255The document version number from which the attachment is created. - 
                
                    
                    DownloadInfo: string
                    
                    
                     
                    
                
                
                Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. - 
                
                    
                    ErrorStatusCode: string
                    
                    
                     
                    
                
                
                Title:
Error Status CodeThe error code, if any, for the attachment. - 
                
                    
                    ErrorStatusMessage: string
                    
                    
                     
                    
                
                
                Title:
Error Status MessageThe error message, if any, for the attachment. - 
                
                    
                    ExpirationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Expiration DateThe expiration date of the contents in the attachment. - 
                
                    
                    FileContents: string
                    
                    
                     (byte) 
                    
                
                
                Title:
File ContentsThe contents of the attachment. - 
                
                    
                    FileName: string
                    
                    
                     
                    
                
                
                Title:
File NameMaximum Length:2048The name of the attachment file. - 
                
                    
                    FileUrl: string
                    
                    
                     
                    
                
                
                Title:
File UrlThe URL of the attachment file. - 
                
                    
                    FileWebImage: string
                    
                    
                     (byte) 
                    
                
                
                Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Update DateRead Only:trueThe date when the record was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. - 
                
                    
                    LastUpdatedByUserName: string
                    
                    
                     
                    
                
                
                Title:
Last Updated By UserRead Only:trueThe user name of the person who last updated the picture attachment. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    PostProcessingAction: string
                    
                    
                     
                    
                
                
                Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. - 
                
                    
                    Title: string
                    
                    
                     
                    
                
                
                Title:
TitleThe title of the attachment. - 
                
                    
                    UploadedFileContentType: string
                    
                    
                     
                    
                
                
                Title:
Uploaded File Content TypeThe content type of the attachment. - 
                
                    
                    UploadedFileLength: integer
                    
                    
                     
                    
                
                
                Title:
File SizeThe length of the attachment file. - 
                
                    
                    UploadedFileName: string
                    
                    
                     
                    
                
                
                Title:
Uploaded File NameThe name of the attachment file. - 
                
                    
                    UploadedText: string
                    
                    
                     
                    
                
                
                Title:
Uploaded TextThe text uploaded in the attachment. - 
                
                    
                    Uri: string
                    
                    
                     
                    
                
                
                Title:
UriMaximum Length:4000The URI of the attachment. - 
                
                    
                    Url: string
                    
                    
                     
                    
                
                
                Title:
UrlMaximum Length:4000The URL of the attachment. - 
                
                    
                    UserName: string
                    
                    
                     
                    
                
                
                Title:
User NameRead Only:trueMaximum Length:255The login associated with the attachment. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Links
                                    - PictureAttachment
 - 
                                                    
                                                        
                                                    
                                                    
                                                        Parameters:
-  PartyNumber:
$request.path.PartyNumber 
The picture attachments resource is used to view the picture of a resource. -  PartyNumber:
 - SearchFilters
 - 
                                                    
                                                        
                                                    
                                                    
                                                        Parameters:
-  finder:
LookupTypeFinder%3BLookupType%3DORA_HZ_RESOURCE_SEARCH_REC_SET 
The following properties are defined on the LOV link relation:- Source Attribute: RecordSet; Target Attribute: LookupCode
 - Display Attribute: Meaning
 
 -  finder: