server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

[TYPE 3] [Project Get By ID]

Open jorwoods opened this issue 1 year ago • 1 comments

Summary

Add ability to find project by id

Request Type

Type 3: new functionality Requests for totally new functionality will generally be passed to the relevant dev team, but we probably can't give any useful estimate of how or when it might be implemented. If it is a feature that is 'about' the API or programmable access, here might be the best place to suggest it, but generally feature requests will be more visible in the Tableau Community Ideas forum and should go there instead.

Description

Projects are one of the only endpoints that don't support retrieving an item by ID. Adding that gives both symmetry and utility to the REST API.

jorwoods avatar Jun 04 '24 22:06 jorwoods

As said above 'one of the only endpoints not supporting Get_by_ID'. Yet, using projects.get (req_option) does not support ID either, but by Name works. But Project-Names are not unique, ID's are. So, if you have a project-object, you have it's parent-project-luid. But in no way you can get the parent-project-object by it's luid. Hope this will come soon.

hahu66 avatar Jan 30 '25 11:01 hahu66