Filter Input

post

/service/v1/filterValues

This endpoint is used to get the best possible result for the given category as per the applicable filter criteria.

Request

Supported Media Types
Header Parameters
Body ()
Request of the API with attribute values for different filter criteria
Root Schema : ScfFilterInput
Type: object
Represents the input request of the final filter service call from transaction services
Show Source
Nested Schema : filterRecords
Type: array
Show Source
Nested Schema : ScfFilterRecords
Type: object
Represents the records filtered in calling service using filter query
Show Source
Nested Schema : attributeList
Type: array
Show Source
Nested Schema : ScfAttribute
Type: object
Represents each attribute of the records filtered in calling service using filter query
Show Source
Back to Top

Response

Supported Media Types

200 Response

Best possible record from the filtered records
Body ()
Root Schema : ScfFilterOutput
Type: object
Represents the best possible combination for the given category
Show Source
Nested Schema : attributeList
Type: array
Show Source
Nested Schema : ScfAttribute
Type: object
Represents each attribute of the records filtered in calling service using filter query
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top