Retrieve the list of all fact values associated with entities
post
/dmaccount-service/dmaccountgetfacts
This endpoint is used to retrieve the list of all the fact values associated with entities.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
acctId: string
Account ID for which details to be fetched.
Header Parameters
-
appId(required): string
The application ID of the host service.
-
branchCode(required): string
The branch code of the requesting branch.
-
contentType: string
The content type of the request or response body.
-
userId(required): string
The userid of the requesting user.
Request body that contains data required for fetching fact values associated with entities.
Root Schema : DmEntityFactValuesCollection
Type:
object
Collection of DmEntityFactValues.
Show Source
Nested Schema : dmEntityFactValuesList
Type:
Show Source
array
-
Array of:
object DmEntityFactValues
DmEntityFactValues model
Nested Schema : DmEntityFactValues
Type:
object
DmEntityFactValues model
Show Source
-
entityName:
string
Entity Name
-
factName:
string
Fact Name
-
fieldName:
string
Column Name
-
fieldValue:
object fieldValue
Column Value
Nested Schema : fieldValue
Type:
object
Column Value
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the list of fact values.
Root Schema : DmEntityFactValuesCollection
Type:
object
Collection of DmEntityFactValues.
Show Source
Nested Schema : dmEntityFactValuesList
Type:
Show Source
array
-
Array of:
object DmEntityFactValues
DmEntityFactValues model
Nested Schema : DmEntityFactValues
Type:
object
DmEntityFactValues model
Show Source
-
entityName:
string
Entity Name
-
factName:
string
Fact Name
-
fieldName:
string
Column Name
-
fieldValue:
object fieldValue
Column Value
Nested Schema : fieldValue
Type:
object
Column Value
201 Response
Returns a message indicating either success or failure.
Headers
-
Location: string
List of fact values.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.