Search for a directory line
POST/spaces/connectors/afnor/v1/directory-line/search
Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
If no limit is set or it exceeds 200, and more than 200 matches are found, the API returns the first 200 records with an HTTP 206 (Partial Content) status.
Request
Responses
- 200
- 204
- 206
- 400
- 401
- 403
- 404
- 408
- 422
- 429
- 500
- 501
- 503
- default
returns the directory line(s) matching the search criteria.
No Content - No content expected
Request processed without error, but the volume of information returned has been reduced.
Bad request. The request is invalid or cannot be completed.
Unauthorized. The request requires user authentication.
Forbidden. The server understood the request but denied access or access is not authorized.
Not found. There is no resource at the given URI.
Request timeout exceeded.
Data validation error.
The client has issued too many calls within a given time frame.
Internal Server Error.
Not implemented.
Service unavailable.
An error has occurred - See the status code and json response for more information.