Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Using Rest API calls how would I call a lineage call with multiple entityids specified in the url

avatar
Visitor

 I'm connecting to Navigator and attempting to make rest api calls.

I keep getting

 

{
  "message" : "Invalid id : 4500 5267"
}

when trying to make a lineage call with multiple entityids. 

The url i'm using is below

http://vm-cloudera-59:7187/api/v10/lineage3/?entityIds=4500%205267

 

 

1 ACCEPTED SOLUTION

avatar
Visitor

Thanks!. Looks like your suggested call successfully returned.

View solution in original post

2 REPLIES 2

avatar
Champion
Do either of those ids work with only one listed? That will rule out bad entity ids.

Based on one of the other calls you could try the below URL.

http://vm-cloudera-59:7187/api/v10/lineage3/?entityIds=4500&entityIds=5267

avatar
Visitor

Thanks!. Looks like your suggested call successfully returned.