Skip to content

Commit 5e81872

Browse files
committed
Merge remote-tracking branch 'origin/profile_api_typo' into aug-4_bulk_fixes
2 parents f508a70 + a1ae7f4 commit 5e81872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/personas/profile-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can query a user's traits (first_name, last_name, ...):
104104

105105
`https://profiles.segment.com/v1/spaces/<your-namespace-id>/collections/users/profiles/<your-segment-id>/traits`
106106

107-
By default, the response includes 20 traits. You can return up to 200 traits by appending `?limit=200` to the querystring. If you wish to return a specific trait, append `?include={trait}` to the querystring (for example `?include=age`). You can also use the ``?class=audience​`` or ``?class=computed_trait​`` to retrieve audiences or computed traits specifically.
107+
By default, the response includes 20 traits. You can return up to 200 traits by appending `?limit=200` to the querystring. If you wish to return a specific trait, append `?include={trait}` to the querystring (for example `?include=age`). You can also use the ``?class=audience​`` or ``?class=computed_trait​`` URL parameters to retrieve audiences or computed traits specifically.
108108

109109
**Metadata**
110110
You can query all of a user's metadata (created_at, updated_at, ...):

0 commit comments

Comments
 (0)