get https://api.zeplin.dev/v1/projects//screens//notes
List all notes in the screen
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Returns Screen Note[]
Responses
List all notes in the screen
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Returns Screen Note[]
xxxxxxxxxx
18import {
ZeplinApi,
Configuration
} from "@zeplin/sdk";
​
const zeplin = new ZeplinApi(
new Configuration({
accessToken: "YOUR_ACCESS_TOKEN"
})
);
​
const {
data
} = await zeplin.screens.getScreenNotes(
"PROJECT_ID",
"SCREEN_ID",
searchParams
);
Try It!
to start a request and see the response here! Or choose an example: