Question
Get the specific lookup with Id and Name using Creatio API OData4
21:32 Nov 05, 2024
I am using creatio API to get the object collection data from Creatio, in which lookup values have Ids. I want to replace those Ids with their Name saved in look ups.
@Community, My question is, how can I get data of specific look up from Creatio using creatio API Odata4
Like
1 comments
19:37 Nov 08, 2024
Hello!
To get the data of a specific lookup you need to use the following request:
https://sitename.creatio.com/0/odata/Lookup(lookup_id)
If you want to get the content of such lookup, then you should make a request directly to the object which the lookup is connected to. For example:
https://110032169-demo.creatio.com/0/odata/Account(record_id)
Have a nice day!
Show all comments