getProjectKeyById
Syntax | getProjectKeyById(projectId) | Package |
|
Alias |
| Pkg Usage |
|
Description
Retrieves the key for the project with the given id.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
projectId | String | Yes | Project id. |
Return Type
String
The return value is a string representing the project key.
Example
Project with key "DEMO" has the id "10000".
return getProjectKeyById("10000");Result: DEMO