Resource URLs
How to find the correct URL parts to address your resources
We at Lingohub have changed how our URLs are being generated.
Finding the correct ...
The following section describes finding the correct Workspace and Project URLs to address the desired resources.
If you cannot find the information on addressing your workspace in the URL, please contact our support.
Workspace URL
Please follow the instructions on determining the projectUrl
, since the project URL also includes the workspace information. So it is best to use the List accessible project endpoint to list information about all assignable projects; the URLs include the workspaceUrl
as well.
Project URL
To get the correct string to address your project in a URL, it is best to use the List accessible project endpoint to list information about your assignable projects.
The "rel": "self" href
is the one used to access a specific project.
{
"title": "Backend",
"links": [
{
"rel": "self",
"href": "https://api.lingohub.com/v1/wrksp-0/projects/backend"
}
]
},
Updated 10 days ago