Last update:
December 2, 2024
slugInfo query¶
This query retrieves information about an entity associated with a specific permalink, such as its status, language, and type.
Arguments¶
Argument | Description |
---|---|
slug String |
The URL slug, related to the request. |
permalink String |
The unique permalink of the entity (e.g., a page URL). |
storeId String |
The store ID associated with the permalink. |
userId String |
The current user Id. |
cultureName String |
A language to retrieve data in. |
Possible Returns¶
Possible Return | Description |
---|---|
SlugInfoResponseType |
Details of the entity, including its ID, status, language, type, and semantic URL. |