For the complete documentation index, see llms.txt. This page is also available as Markdown.

DateMath

GraphQL can significantly enhance the power of your API Integration. To onboard, please reach out to your Account Manager for pricing information.

DateMath is a field on the Entity root type that represents any characteristics that are set up with DateMath on a given Rightsline record. DateMath is an array of objects with the following structure:

{
    entity(id: 1, charTypeId: 4) {
        dateMath {
            result
            dateMathCalcId
            isCalculated
            compareToDate
            dateOption
            recalcOption
            conditionOption
            parentCalcs {
                dateMathRelId
                yearQuantity
                monthQuantity
                weekQuantity
                dayQuantity
                dayUnit
                isPriorTo
                sortOrder
                entityTitle
                entityTypeId
                id
                tagLabel
                label
                characteristicId
            }
            childCharacteristic {
                type
                entityTitle
                entityTypeId
                id
                tagLabel
                label
                characteristicId
            }
        }
    }
}

The response for a record's DateMath will look like the following:

Last updated

Was this helpful?