Retrieve Fact Details by Category
get
/obedm-common-services/factDetails/category/{category}
This endpoint is used to retrieve fact details by category.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
category(required): string
Category of the Facts that needs to be fetched.
Header Parameters
-
appId(required): string
The ID of the Application.
-
branchCode(required): string
The branch code associated with the request.
-
contentType: string
The Content Type of the request.
-
tenantId: string
The ID of the Tenant.
-
userId(required): string
The ID of the User.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the list of fact details based on given category.
Root Schema : schema
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
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.