List all signature templates that belong to a teamAsk AIget https://rest.api.pactima.com/v1/e-signature-templates/team-templatesList all the signature templates that belong to the team that the requester is part of.Query ParamslimitnumberLimit on number of objects returned. Default to 100. Maximum 100.skipnumberThe number at which at the starts;. Must be less than maximum of elementsteamIdstringThe user must belong to the team; not requiredResponse 200A directory with a data property that contains an array of up to limit objects, starting after skip. Each entry in the array is a separate object. If no more objects are available, the resulting array will be empty. Returns an error if the requester is not part of the specified teamIdUpdated 5 months ago