Recording Web Test For MS Dynamics

HAN MING ONG 21 Reputation points
2021-02-02T03:00:26.177+00:00

Hi,

I am recording web test for Ms Dynamics using Fiddler. While recording a series of navigation in term of creation of Entity record. I am seeing many api call such as:

/api/data/v9.0/GetClientMetadata
/api/data/v9.0/roles
/api/data/v9.0/UpdateRecentItems

Can anyone explain to me what is the above URL is about and is the CRM behaviour that it usually navigate with entity name with id defining the Form, View etc/

Thanks

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
300 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yihui Sun-MSFT 801 Reputation points
    2021-02-03T03:08:57.967+00:00

    Hi @HAN MING ONG ,

    They look like Web API operations.

    You can click this link(Role Entity Reference) to see more explanations.
    71479-111.png


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Best Regards,
    YihuiSun

    0 comments No comments

  2. HAN MING ONG 21 Reputation points
    2021-02-16T05:07:34.017+00:00

    hi YiHui,

    Thank you for answering. From the prospect of performance testing, should those api be part of the web traffic request or should be excluded?