Is there any another way to get company details using display name from edge of company instead of company name

Hi @Dino,

Requirement: Fetch company Details

Issue: As per requirement I want to fetch company details , I have tried both options i.e Access

Entity Policy and Management API. In both way ,I need company name to get details for particular

company,which I am getting from management API response,which is not feasible .Every time I have to run Get list companies management API and find the name of company which I need .

In Edge Company name field is available which is save as display name in database.See below Screenshot.

8368-companydisplayname.png

When I run List companies management API then i got following response:

["dsf","dummycompany-abc"]

From this response I got "dummycompany-abc" this company name ,using this I executed the

Get Company Details management API and got following response (see below screenshot). In this response name and display name field are different.

8369-listcompaniesresponse.png

In this response we can see name field in lowercase and if space available in display name

then it remove space and apply "-"hyphen sign ,but this is not user friendly or there is no such

information available in docs about what regex is applied on display name field to store as name in database .

If I use Display company name( which field I can see in Edge) ,it throws error .

Is there any way that we can enable this field in our edge ?Or can we get regex detail for this field.

Kindly suggest suitable guideline for this issues .

Thanks and greetings,

Priya

0 1 208
1 REPLY 1

@Anil Sagar ,@Anil Sagar @ Google,can you please let me which is suitable way to fetch details or how I will get company name without using List Companies Management API every time .