Get the details for a single Point address based on the Id of a Point address resource.
const formId = 1const addressId = 'ABC123'const result = await formService.getPointAddress(formId, addressId) Copy
const formId = 1const addressId = 'ABC123'const result = await formService.getPointAddress(formId, addressId)
Optional
Get the details for a single Point address based on the Id of a Point address resource.
Example