Graphql fields and variables for the leadStatus query
Last updated 2 years ago
Was this helpful?
Status of a lead
Scope required: standard:read
For a complete list of possible response fields see the type.
query leadStatus ($id: ID) { leadStatus (id: $id) { createdAt id name updatedAt } }
id
ID