You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Let's say I have an organizational phone id (let's say 12345), and I want to get the whole record from the API. But I don't necessarily know the right organization id.
The format for phones is: /organizations/{orgId}/phones/{phoneId}
Is there a way for me to GET (or PUT changes) without knowing the organization id? Based on my current reading of version 1.1, there isn't. Should we add something like Google that would let me GET /organizations/-/phones/12345 for this situation?
The text was updated successfully, but these errors were encountered:
After the last round, my recommendation here is that sub resources also get introduced as top level resources, similar to how /services is, but more actually like /contacts is currently. I'd say services has become a top level, but /contacts is in limbo.
Let's say I have an organizational phone id (let's say
12345
), and I want to get the whole record from the API. But I don't necessarily know the right organization id.The format for phones is:
/organizations/{orgId}/phones/{phoneId}
Is there a way for me to GET (or PUT changes) without knowing the organization id? Based on my current reading of version 1.1, there isn't. Should we add something like Google that would let me
GET /organizations/-/phones/12345
for this situation?The text was updated successfully, but these errors were encountered: