Hello Imene,
That depends on where you store the MSISDN. Let's assume you are storing it in the 'externalId' field of the ticket. in that case, the query should look like this:
GET /tmf-api/troubleTicket/v4/troubleTicket?externalId={your_msisdn}
This will return a list of tickets whose external ID matches the provided MSISDN. You can refine the search further by adding additional parameters if needed. For example:
GET /tmf-api/troubleTicket/v4/troubleTicket?externalId={your_msisdn}&status=pending
In any case, I recommend reviewing the TMF630 REST API Design Guidelines 4.2.0 document, which provides detailed guidance on the design principles applied to all TM Forum APIs.
Best regards,
Abel
------------------------------
Abel Ruiz Huerta
alvatross
------------------------------