Documentation Index

Fetch the complete documentation index at: https://guide.youraspire.com/llms.txt

Use this file to discover all available pages before exploring further.

Opportunity Tags

Prev Next

Description 

Manage tags applied to opportunities. Use these endpoints to retrieve, assign, or remove tags from opportunity records.

Resource Overview 

Endpoint Definition 
GET/OpportunityTagsReturns a list of tags associated with opportunities.
POST/OpportunityTagsAssigns a tag to an opportunity.
DELETE/OpportunityTags
Removes a tag from an opportunity.

Attributes

Attribute
Description
Data Type
Notes 
OpportunityID
unique identifier for the opportunity
integer (int32)

TagID
unique identifier for the tag
integer (int32)