Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Search service request by filtering metadata

Description

Retrieve a list of service requests filtered by metadata.

Notes:
1) Metadata structure should be defined for the service
2) SearchValue represents data stored in metadata for service request
3) SearchValue can be partial and should be minimum two characters in length after trimming "SearchValue"
4) SearchOption determines the column structure to use for filtering (i.e for Service 60, we want to filter by "project name" or "nom du projet"). It can be spedified in English or French.
5) Matching will ignore cases however where applicable accents must be specified in "SearchValue"

Package Details

Interface

IServiceRequestManager

Syntax

Task<ServiceRequestCollectionDTO> SearchServiceRequest(ServiceRequestSearchDTO serviceRequestSearchDTO)

Returns

Task<ServiceRequestCollectionDTO>

API Endpoint

[POST] /api/servicerequests/search

  • No labels