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