Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Entity API / getRequestRecord

Operation Information

  • Application Reference: com.hornbill.servicemanager
  • Scope: Entity - Requests
  • Class: Entity
  • Required Privilege Level: user
  • Required Rights: none

Description

This operation returns the details of a Request and , optionally, the related entities

Request Parameters

The getRequestRecord API takes the following input parameters. It is important to note that the parameters must satisfy the requirement of the input validation checks.

Name Type Required Description
requestId xs:string Yes This parameter must contain the Id of a Request.
formatValues xs:boolean No Boolean value: see API data::entityGetRecord for details
returnRawValues xs:boolean No Boolean value: see API data::entityGetRecord for details
returnMeta xs:boolean No Boolean value: see API data::entityGetRecord for details
returnRelatedData xs:boolean No Boolean value: see API data::entityGetRecord for details
returnOneToManyData xs:boolean No Boolean value: see API data::entityGetRecord for details
returnActivityStreamAccessToken xs:boolean No Boolean value: see API data::entityGetRecord for details

Response Parameters

Name Type Description
primaryEntityData xs:string This output parameter returns the primary entity data for the request.
relatedEntityData xs:string This output parameter returns the related entity data for the request.
visibilityLevel xs:string This output parameter returns the visibility level the current user has
accessToken xs:string This output parameter returns the access token for the request.
exceptionName xs:string This output parameter captures validation errors. The options are("notAllowedToView").
exceptionDescription xs:string The description of the exception, if any exception occurs

Code Examples

In This Document