Retrieves all activity logs for a customer.
path Parameters
customerIdHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves all activity logs for a customer. › Responses
OK
customerIdThe customer identifier.
typeThe activity type (e.g. "Call", "Text", "Email", "Other").
titleThe activity title.
idThe unique identifier.
descriptionThe activity description.
isSystemGeneratedWhether this activity was system-generated.
relatedEntityIdThe related entity identifier (e.g. InvoiceId, PaymentId).
relatedEntityTypeThe related entity type (e.g. "Invoice", "Quote", "Payment", "PaymentMethod", "Job").
relatedEntityDisplayDisplay text for the related entity (e.g. "Invoice #123").
secondaryRelatedEntityIdThe secondary related entity identifier (e.g. JobId, QuoteId).
secondaryRelatedEntityTypeThe secondary related entity type.
secondaryRelatedEntityDisplayDisplay text for the secondary related entity (e.g. "Job #123").
createdByNameThe name of the user who created the activity.
createdAtWhen the activity was created.
updatedByNameThe name of the user who last updated the activity.
updatedAtWhen the activity was last updated.
Creates a new manual activity log for a customer.
path Parameters
customerIdHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Creates a new manual activity log for a customer. › Request Body
typeManual customer activity types available through the Public API.
titleThe activity title. Required, max 60 characters, letters/numbers/dashes/spaces only.
descriptionThe activity description. Optional, max 300 characters.
authorIdOptional identifier of the author. Defaults to "System" if not provided.
authorNameOptional name of the author. Defaults to "System" if not provided.
Creates a new manual activity log for a customer. › Responses
Created
customerIdThe customer identifier.
typeThe activity type (e.g. "Call", "Text", "Email", "Other").
titleThe activity title.
idThe unique identifier.
descriptionThe activity description.
isSystemGeneratedWhether this activity was system-generated.
relatedEntityIdThe related entity identifier (e.g. InvoiceId, PaymentId).
relatedEntityTypeThe related entity type (e.g. "Invoice", "Quote", "Payment", "PaymentMethod", "Job").
relatedEntityDisplayDisplay text for the related entity (e.g. "Invoice #123").
secondaryRelatedEntityIdThe secondary related entity identifier (e.g. JobId, QuoteId).
secondaryRelatedEntityTypeThe secondary related entity type.
secondaryRelatedEntityDisplayDisplay text for the secondary related entity (e.g. "Job #123").
createdByNameThe name of the user who created the activity.
createdAtWhen the activity was created.
updatedByNameThe name of the user who last updated the activity.
updatedAtWhen the activity was last updated.
Retrieves a specific activity log for a customer.
path Parameters
customerIdidHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves a specific activity log for a customer. › Responses
OK
customerIdThe customer identifier.
typeThe activity type (e.g. "Call", "Text", "Email", "Other").
titleThe activity title.
idThe unique identifier.
descriptionThe activity description.
isSystemGeneratedWhether this activity was system-generated.
relatedEntityIdThe related entity identifier (e.g. InvoiceId, PaymentId).
relatedEntityTypeThe related entity type (e.g. "Invoice", "Quote", "Payment", "PaymentMethod", "Job").
relatedEntityDisplayDisplay text for the related entity (e.g. "Invoice #123").
secondaryRelatedEntityIdThe secondary related entity identifier (e.g. JobId, QuoteId).
secondaryRelatedEntityTypeThe secondary related entity type.
secondaryRelatedEntityDisplayDisplay text for the secondary related entity (e.g. "Job #123").
createdByNameThe name of the user who created the activity.
createdAtWhen the activity was created.
updatedByNameThe name of the user who last updated the activity.
updatedAtWhen the activity was last updated.
Updates an existing manual activity log for a customer.
path Parameters
customerIdidHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Updates an existing manual activity log for a customer. › Request Body
typeThe activity type (Call, Text, Email, Other).
titleThe activity title. Required, max 60 characters, letters/numbers/dashes/spaces only.
descriptionThe activity description. Optional, max 300 characters.
authorIdOptional identifier of the author. Defaults to "System" if not provided.
authorNameOptional name of the author. Defaults to "System" if not provided.
Updates an existing manual activity log for a customer. › Responses
OK
customerIdThe customer identifier.
typeThe activity type (e.g. "Call", "Text", "Email", "Other").
titleThe activity title.
idThe unique identifier.
descriptionThe activity description.
isSystemGeneratedWhether this activity was system-generated.
relatedEntityIdThe related entity identifier (e.g. InvoiceId, PaymentId).
relatedEntityTypeThe related entity type (e.g. "Invoice", "Quote", "Payment", "PaymentMethod", "Job").
relatedEntityDisplayDisplay text for the related entity (e.g. "Invoice #123").
secondaryRelatedEntityIdThe secondary related entity identifier (e.g. JobId, QuoteId).
secondaryRelatedEntityTypeThe secondary related entity type.
secondaryRelatedEntityDisplayDisplay text for the secondary related entity (e.g. "Job #123").
createdByNameThe name of the user who created the activity.
createdAtWhen the activity was created.
updatedByNameThe name of the user who last updated the activity.
updatedAtWhen the activity was last updated.
Deletes a manually created activity log for a customer.
path Parameters
customerIdidHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Deletes a manually created activity log for a customer. › Responses
No Content