...

...

...

...

...

...

...

...

...

...

...

...

...

...

Table of Contents

...

Specification

  1. Search for a service requests

Validations

Authorization

  • Verify the validity of access token

    • Return (401, 'unauthorized') in case of validation fails

  • Verify that token is not expired

    • in case of error - return (401, 'unauthorized')

  • Check user scopes in order to perform this action (scope = 'service_request:read')

    1. Return (403, 'invalid scopes') in case of invalid scope(s)

Service logic

  1. Return all service requests filtered by request parameters

    1. exact match for requisition number and status